On Sat, Apr 22, 2017 at 11:32:41PM +0000, James Almer wrote:
> ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Sat Apr 22 
> 20:08:42 2017 -0300| [bddb2343b6e594e312dadb5d21b408702929ae04] | committer: 
> James Almer
> 
> Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'
> 
> * commit '061a0c14bb5767bca72e3a7227ca400de439ba09':
>   decode: restructure the core decoding code
> 
> CUVID decoder adapted by wm4.
> 
> Merged-by: James Almer <jamr...@gmail.com>
> 
> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bddb2343b6e594e312dadb5d21b408702929ae04
> ---

This breaks ffprobe packet sizes

./ffprobe-ref -show_frames ~/tickets/1905/FLCL_Ending_My.wav  | grep pkt_size | 
head -10

http://samples.mplayerhq.hu/A-codecs/WMA/wav/FLCL_Ending_My.wav

before:
pkt_size=4092
pkt_size=3720
pkt_size=3348
pkt_size=2976
pkt_size=2604
pkt_size=2232
pkt_size=1860
pkt_size=1488
pkt_size=1116
pkt_size=744
pkt_size=372
pkt_size=4092
pkt_size=3720
pkt_size=3348
pkt_size=2976
pkt_size=2604
pkt_size=2232
pkt_size=1860
pkt_size=1488
pkt_size=1116

after:
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092
pkt_size=4092

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Those who are too smart to engage in politics are punished by being
governed by those who are dumber. -- Plato 

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to