> 2017. 1. 9. 오후 1:07, Carl Eugen Hoyos <[email protected]> 작성:
> 
> 2017-01-09 1:33 GMT+01:00 Hwangho Kim <[email protected]>:
> 
>> I’ve been tried to find a way for producing this problem in macOS.
>> But I’m not good to macOS programming so I couldn’t make a
>> test program for this.
> 
> If you can neither explain how to reproduce nor provide ffmpeg -i
> output for a file you tested, please run git bisect to find the change
> introducing the issue.
> 
> Carl Eugen
> _______________________________________________
> Libav-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/libav-user

I did git bisect and I was at

Bisecting: 2 revisions left to test after this

which was almost there.


But I couldn’t reach the final point because some functions and variables were 
changed from this suggested commit

commit 0705f5960c9d272cef1309c090000865b991c9c7
Author: Anton Khirnov <[email protected]>
Date:   Tue Feb 9 12:36:13 2016 +0100

    avplay: do not use AVStream.codec for decoding
    
    AVStream.codec is now deprecated. Allocate a separate codec context
    instead.


for example  av_get_default_channel_layout and  av_frame_get_pkt_duration.


But as you see there were only 2 revisions and this might be the one or very 
close for that makes this happen.

Would it be helpful?

Thanks.


_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to