[FFmpeg-devel] [PATCH v8 2/3] lavf/riff: add avs2 fourcc

hwren hwrenx at 126.com
Sat Jul 14 17:29:21 EEST 2018


AVS2 stream samples could be found in avs2_samples(https://gitee.com/hwren/avs2_samples). Fate test would be added if necessary.


hwren








At 2018-07-10 20:54:49, "Carl Eugen Hoyos" <ceffmpeg at gmail.com> wrote:
>2018-07-10 14:50 GMT+02:00, Carl Eugen Hoyos <ceffmpeg at gmail.com>:
>> 2018-07-05 13:00 GMT+02:00, hwren <hwrenx at 126.com>:
>>> Signed-off-by: hwren <hwrenx at 126.com>
>>> ---
>>>  libavformat/riff.c | 1 +
>>>  1 file changed, 1 insertion(+)
>>>
>>> diff --git a/libavformat/riff.c b/libavformat/riff.c
>>> index 8911725..4153372 100644
>>> --- a/libavformat/riff.c
>>> +++ b/libavformat/riff.c
>>> @@ -369,6 +369,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
>>>      { AV_CODEC_ID_ZMBV,         MKTAG('Z', 'M', 'B', 'V') },
>>>      { AV_CODEC_ID_KMVC,         MKTAG('K', 'M', 'V', 'C') },
>>>      { AV_CODEC_ID_CAVS,         MKTAG('C', 'A', 'V', 'S') },
>>> +    { AV_CODEC_ID_AVS2,         MKTAG('A', 'V', 'S', '2') },
>>
>> Why is this needed?
>
>Please ignore this.
>
>A sample would still be nice, Carl Eugen
>_______________________________________________
>ffmpeg-devel mailing list
>ffmpeg-devel at ffmpeg.org
>http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


More information about the ffmpeg-devel mailing list