On 16/09/13 18:15, Martin Storsjö wrote:
> On Mon, 16 Sep 2013, Luca Barbato wrote:
>
>> It is used internally.
>> ---
>> libavformat/flvdec.c | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
>> index 8ed724b..e5310c8 100644
>> --- a/libavformat/flvdec.c
>> +++ b/libavformat/flvdec.c
>> @@ -492,7 +492,8 @@ static int amf_parse_object(AVFormatContext *s,
>> AVStream *astream,
>> !strcmp(key, "audiosamplerate") ||
>> !strcmp(key, "audiosamplesize") ||
>> !strcmp(key, "stereo") ||
>> - !strcmp(key, "audiocodecid"))
>> + !strcmp(key, "audiocodecid") ||
>> + !strcmp(key, "datastream")) ||
>> return 0;
>>
>> if (amf_type == AMF_DATA_TYPE_BOOL) {
>> --
>> 1.8.3.2
>
> Ok
>
Obviously I have the version w/out trailing stray "||"
lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel