[FFmpeg-cvslog] libavcodec/opusenc: use correct format specifiers

2017-03-27 Thread Kyle Swanson
ffmpeg | branch: master | Kyle Swanson | Sun Mar 26 13:48:28 2017 -0500| [b12693facf991f343cdf310690f59f69143b256f] | committer: Carl Eugen Hoyos libavcodec/opusenc: use correct format specifiers Squelches the following compiler warnings: libavcodec/opusenc.c:1051:16: warning: format specifies

[FFmpeg-cvslog] avformat, ffmpeg: deprecate old rotation API

2017-03-27 Thread wm4
ffmpeg | branch: master | wm4 | Tue Mar 21 08:02:58 2017 +0100| [ddef3d902f0e4cbd6be6b3e5df7ec158ce51488b] | committer: wm4 avformat, ffmpeg: deprecate old rotation API The old "API" that signaled rotation as a metadata value has been replaced by DISPLAYMATRIX side data quite a while ago. Ther

[FFmpeg-cvslog] pthread_frame: do not attempt to unlock a mutex on the wrong thread

2017-03-27 Thread wm4
ffmpeg | branch: master | wm4 | Thu Mar 23 13:18:16 2017 +0100| [9e703ae30f911d4df3f80647266e65d3b2dcf30d] | committer: wm4 pthread_frame: do not attempt to unlock a mutex on the wrong thread async_mutex has is used in a very strange but intentional way: it is locked by default, and unlocked on

[FFmpeg-cvslog] pthread_frame: fix uninitialized variable read

2017-03-27 Thread wm4
ffmpeg | branch: master | wm4 | Mon Mar 27 13:06:56 2017 +0200| [d7896e9b4228e5b7ffc7ef0d0f1cf145f518c819] | committer: wm4 pthread_frame: fix uninitialized variable read Could lead to random behavior. This possibly happened due to commit 32a5b631267. This should/could probably be simplified, b

[FFmpeg-cvslog] lavfi: remove af_asynts filter

2017-03-27 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Mar 6 02:46:51 2017 +| [a8fe8d6b4a35c95aa94fccde5f001041278d197c] | committer: Rostislav Pehlivanov lavfi: remove af_asynts filter Long overdue for removal, af_aresample should be used instead. Signed-off-by: Rostislav Pehlivanov > h

[FFmpeg-cvslog] Changelog: reorder last entry

2017-03-27 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Mar 27 18:34:15 2017 +0100| [487ca38e8bc416239f49b9b7768814fa7be82b5f] | committer: Rostislav Pehlivanov Changelog: reorder last entry Entries are organized in descending chronological order. Signed-off-by: Rostislav Pehlivanov > http://g

[FFmpeg-cvslog] lavc/vp9: split into vp9{block,data,mvs}

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Mar 25 12:10:13 2017 +0100| [1c9f4b507888ac94c7d9f7a6ac9edfe6880fa821] | committer: Clément Bœsch lavc/vp9: split into vp9{block,data,mvs} This is following Libav layout to ease merges. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1

[FFmpeg-cvslog] lavc/vp9: rename {ref, unref, alloc}_frame to frame_{ref, unref, alloc}

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Mar 25 12:28:31 2017 +0100| [f4d95e0949fb7c483d0e5dc5addf049ce0e3fe6c] | committer: Clément Bœsch lavc/vp9: rename {ref,unref,alloc}_frame to frame_{ref,unref,alloc} For consistency with Libav. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] lavc/vp9: rename ctx to avctx

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Mar 25 12:25:28 2017 +0100| [12c44d637382cb7364cdd6ac72f0ba5776f286e8] | committer: Clément Bœsch lavc/vp9: rename ctx to avctx This reduces diff with Libav. It also prevents a potential confusion between the private context and the AVCodecContext.

[FFmpeg-cvslog] lavc/vp9: misc cosmetics

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Mar 25 12:40:48 2017 +0100| [875f6955769bcb7caf083c1796ed6f3b2108c49e] | committer: Clément Bœsch lavc/vp9: misc cosmetics Imported from Libav > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=875f6955769bcb7caf083c1796ed6f3b2108c49e ---

[FFmpeg-cvslog] lavc/vp9: split a few assignment out of ifs

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Mar 25 12:32:45 2017 +0100| [0f8ae9d7b29ddf7040ecaf6bb573c46afdb21cf1] | committer: Clément Bœsch lavc/vp9: split a few assignment out of ifs > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f8ae9d7b29ddf7040ecaf6bb573c46afdb21cf1 ---

[FFmpeg-cvslog] lavc/vp9: rename res to ret

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Mar 25 12:35:01 2017 +0100| [ff8436ba7694fc466f9aadca9e386e1962e22904] | committer: Clément Bœsch lavc/vp9: rename res to ret > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff8436ba7694fc466f9aadca9e386e1962e22904 --- libavcodec/vp9.

[FFmpeg-cvslog] lavc/vp9: clarify inv_recenter_nonneg

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Mar 25 13:33:07 2017 +0100| [5dd37c684736b3103430ffa94593726623ba3ff5] | committer: Clément Bœsch lavc/vp9: clarify inv_recenter_nonneg Ends up identical to Libav. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5dd37c684736b3103430ffa

[FFmpeg-cvslog] lavc/vp9: consistent use of typedef instead of struct

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Mar 25 13:19:52 2017 +0100| [37814a21cb7dfbaca56b518b09eb0f85a0fe70fb] | committer: Clément Bœsch lavc/vp9: consistent use of typedef instead of struct > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37814a21cb7dfbaca56b518b09eb0f85a0fe

[FFmpeg-cvslog] lavc/vp9: shuffle header declaration

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Mar 25 13:24:46 2017 +0100| [e6ffdc9582a220ce77af348ec49b13eb887fe88f] | committer: Clément Bœsch lavc/vp9: shuffle header declaration This reduces diff with Libav. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6ffdc9582a220ce77af34

[FFmpeg-cvslog] Merge commit '7a2b2b6a92c4b528ecb640790eca0aa790d858f4'

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 22:05:50 2017 +0200| [349a26f50901732a0690d76487319c9d0df56ae0] | committer: Clément Bœsch Merge commit '7a2b2b6a92c4b528ecb640790eca0aa790d858f4' * commit '7a2b2b6a92c4b528ecb640790eca0aa790d858f4': dxtory: Drop nonsense ISO C printf conv

[FFmpeg-cvslog] Use ISO C printf conversion specifiers where appropriate

2017-03-27 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Dec 11 17:29:11 2015 +0100| [c454dfcff90f0ed39c7b0d4e85664986a8b4476c] | committer: Diego Biurrun Use ISO C printf conversion specifiers where appropriate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c454dfcff90f0ed39c7b0d4e85664986a

[FFmpeg-cvslog] dxtory: Drop nonsense ISO C printf conversion specifiers for standard types

2017-03-27 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Jan 11 15:46:46 2016 +0100| [7a2b2b6a92c4b528ecb640790eca0aa790d858f4] | committer: Diego Biurrun dxtory: Drop nonsense ISO C printf conversion specifiers for standard types > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7a2b2b6a92c4b5

[FFmpeg-cvslog] Merge commit 'c454dfcff90f0ed39c7b0d4e85664986a8b4476c'

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 22:01:06 2017 +0200| [53dac6c23bdead2573a336128bc41810ab192def] | committer: Clément Bœsch Merge commit 'c454dfcff90f0ed39c7b0d4e85664986a8b4476c' * commit 'c454dfcff90f0ed39c7b0d4e85664986a8b4476c': Use ISO C printf conversion specifiers

[FFmpeg-cvslog] srt: Adjust signedness of sscanf format strings

2017-03-27 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Nov 11 17:40:27 2015 +0100| [3ec6f855d0f21d90a0494fb798c4cf203fdb3db0] | committer: Diego Biurrun srt: Adjust signedness of sscanf format strings Fixes several warnings from -Wformat. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ec

[FFmpeg-cvslog] Merge commit '3ec6f855d0f21d90a0494fb798c4cf203fdb3db0'

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 22:07:19 2017 +0200| [7970888b67eb1ce791309bfb1b9fb7599a9165a2] | committer: Clément Bœsch Merge commit '3ec6f855d0f21d90a0494fb798c4cf203fdb3db0' * commit '3ec6f855d0f21d90a0494fb798c4cf203fdb3db0': srt: Adjust signedness of sscanf format

[FFmpeg-cvslog] Merge commit '07cac07c0c0360d67e73a7472214c79d6c520a4b'

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 22:09:08 2017 +0200| [9fec43902c993e6bdf7d57f176160c04c6ec2437] | committer: Clément Bœsch Merge commit '07cac07c0c0360d67e73a7472214c79d6c520a4b' * commit '07cac07c0c0360d67e73a7472214c79d6c520a4b': dash: Use correct ISO C scanf conversio

[FFmpeg-cvslog] dash: Use correct ISO C scanf conversion specifier

2017-03-27 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Jan 3 20:31:13 2016 +0100| [07cac07c0c0360d67e73a7472214c79d6c520a4b] | committer: Diego Biurrun dash: Use correct ISO C scanf conversion specifier > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=07cac07c0c0360d67e73a7472214c79d6c520a4

[FFmpeg-cvslog] Use avpriv_request_sample() where appropriate

2017-03-27 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Dec 16 18:02:04 2015 +0100| [30015305f3b523ed7640f2c3c58b017140533c58] | committer: Diego Biurrun Use avpriv_request_sample() where appropriate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30015305f3b523ed7640f2c3c58b017140533c58 ---

[FFmpeg-cvslog] Merge commit '30015305f3b523ed7640f2c3c58b017140533c58'

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 22:16:50 2017 +0200| [fa85d8dbb43e2e84e1fbb9d41c712b2960e17a32] | committer: Clément Bœsch Merge commit '30015305f3b523ed7640f2c3c58b017140533c58' * commit '30015305f3b523ed7640f2c3c58b017140533c58': Use avpriv_request_sample() where appro

[FFmpeg-cvslog] Merge commit '801ac7156d3efb8e088fb6024f568eb36a293887'

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 22:19:09 2017 +0200| [e59a4d1df75f834dd0993f491d532eac651d6eee] | committer: Clément Bœsch Merge commit '801ac7156d3efb8e088fb6024f568eb36a293887' * commit '801ac7156d3efb8e088fb6024f568eb36a293887': qsv: Be informative when reporting that

[FFmpeg-cvslog] qsv: Be informative when reporting that no data has been consumed

2017-03-27 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Oct 29 17:00:20 2016 +0200| [801ac7156d3efb8e088fb6024f568eb36a293887] | committer: Luca Barbato qsv: Be informative when reporting that no data has been consumed > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=801ac7156d3efb8e088fb6024f

[FFmpeg-cvslog] Merge commit 'c541a44e029e8a4f21db028c34fee3ad1c10a409'

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 22:21:18 2017 +0200| [4e43c6df54e4450765f8cb5f6d52fa68ca9f473d] | committer: Clément Bœsch Merge commit 'c541a44e029e8a4f21db028c34fee3ad1c10a409' * commit 'c541a44e029e8a4f21db028c34fee3ad1c10a409': Revert "rtmpproto: Don't include a clie

[FFmpeg-cvslog] Revert "rtmpproto: Don' t include a client version in the unencrypted C1 handshake"

2017-03-27 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sun Oct 30 14:52:45 2016 +0100| [c541a44e029e8a4f21db028c34fee3ad1c10a409] | committer: Luca Barbato Revert "rtmpproto: Don't include a client version in the unencrypted C1 handshake" This reverts commit 7d8d726be7dc46343ab1c98c339c1ed44bcb07c1. > htt

[FFmpeg-cvslog] Merge commit 'dad7514f9ec8a8c5e44d70fcfbbcedeff16f7e13'

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 22:25:33 2017 +0200| [fb79adfdcecfae807d301e996f45bcb6b8ca7515] | committer: Clément Bœsch Merge commit 'dad7514f9ec8a8c5e44d70fcfbbcedeff16f7e13' * commit 'dad7514f9ec8a8c5e44d70fcfbbcedeff16f7e13': xcb: Add all the libraries to the link

[FFmpeg-cvslog] xcb: Add all the libraries to the link line explicitly

2017-03-27 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sun Oct 30 17:44:49 2016 +0100| [dad7514f9ec8a8c5e44d70fcfbbcedeff16f7e13] | committer: Luca Barbato xcb: Add all the libraries to the link line explicitly Avoid an underlink issue on recent distributions. CC: libav-sta...@libav.org > http://git.video

[FFmpeg-cvslog] Merge commit '218ed7250c103a975e874fb16e8e5941f4cbe223'

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 22:28:49 2017 +0200| [03c2038750071a52d9c146cf11dbcee090f4f0e9] | committer: Clément Bœsch Merge commit '218ed7250c103a975e874fb16e8e5941f4cbe223' * commit '218ed7250c103a975e874fb16e8e5941f4cbe223': openssl: Allow newer TLS versions than

[FFmpeg-cvslog] openssl: Allow newer TLS versions than TLSv1

2017-03-27 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 30 14:57:30 2016 +| [218ed7250c103a975e874fb16e8e5941f4cbe223] | committer: Mark Thompson openssl: Allow newer TLS versions than TLSv1 The use of TLSv1_*_method() disallows newer protocol versions; instead use SSLv23_*_method() and then exp

[FFmpeg-cvslog] avprobe: Add -show_stream_entry to get a single stream property

2017-03-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Oct 24 17:22:54 2016 -0400| [7d308bf84bda78d47c01439ff625bb06624991a7] | committer: Vittorio Giovara avprobe: Add -show_stream_entry to get a single stream property This is needed for improved fate testing and it is modeled after -show_format_en

[FFmpeg-cvslog] Merge commit '7d308bf84bda78d47c01439ff625bb06624991a7'

2017-03-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 22:30:23 2017 +0200| [c7a5b40dd97ff9533634699feef803295c9cb956] | committer: Clément Bœsch Merge commit '7d308bf84bda78d47c01439ff625bb06624991a7' * commit '7d308bf84bda78d47c01439ff625bb06624991a7': avprobe: Add -show_stream_entry to get

[FFmpeg-cvslog] fate: Add tests for mov display matrix

2017-03-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Oct 24 17:22:55 2016 -0400| [b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c] | committer: Vittorio Giovara fate: Add tests for mov display matrix Rotation, sample/display aspect ratio and pure matrix export. Signed-off-by: Vittorio Giovara > http:/

[FFmpeg-cvslog] Merge commit 'b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c'

2017-03-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 27 18:19:02 2017 -0300| [ba4d0a37b98a6642d7a1aca0b6c7f744fc8cf8ef] | committer: James Almer Merge commit 'b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c' * commit 'b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c': fate: Add tests for mov display matrix Adap

[FFmpeg-cvslog] Merge commit 'ecd2ec69ce10e13f6ede353d2def7ce9f45c1a7d'

2017-03-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 27 18:23:02 2017 -0300| [cef2ba3603af7e45cab2f646e7946c55e93f669b] | committer: James Almer Merge commit 'ecd2ec69ce10e13f6ede353d2def7ce9f45c1a7d' * commit 'ecd2ec69ce10e13f6ede353d2def7ce9f45c1a7d': mov: Evaluate the movie display matrix This

[FFmpeg-cvslog] mov: Evaluate the movie display matrix

2017-03-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Oct 24 17:46:47 2016 -0400| [ecd2ec69ce10e13f6ede353d2def7ce9f45c1a7d] | committer: Vittorio Giovara mov: Evaluate the movie display matrix This matrix needs to be applied after all others have (currently only display matrix from trak), but cann

[FFmpeg-cvslog] Merge commit '064f19f39e2f17927278c6ad8fe884a5b92310d6'

2017-03-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 27 18:50:27 2017 -0300| [47c2ce2f75cd789fb7dc658c51bb4118a14628e2] | committer: James Almer Merge commit '064f19f39e2f17927278c6ad8fe884a5b92310d6' * commit '064f19f39e2f17927278c6ad8fe884a5b92310d6': avconv: support parsing bitstream filter opt

[FFmpeg-cvslog] avconv: support parsing bitstream filter options

2017-03-27 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Oct 28 21:44:51 2016 -0300| [064f19f39e2f17927278c6ad8fe884a5b92310d6] | committer: Anton Khirnov avconv: support parsing bitstream filter options Example usage: avconv -i INPUT -bsf filter[=opt1=val1:opt2=val2] OUTPUT Signed-off-by: James Almer S

[FFmpeg-cvslog] movenc: Add support for writing st3d and sv3d boxes.

2017-03-27 Thread Aaron Colwell
ffmpeg | branch: master | Aaron Colwell | Mon Mar 27 08:00:12 2017 -0700| [b4189590a59159317f6316106e2f061e5c6df556] | committer: James Almer movenc: Add support for writing st3d and sv3d boxes. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4189590a5

[FFmpeg-cvslog] avformat/movenc: allow st3d and sv3d mov atoms to be written in strict unofficial mode

2017-03-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 27 17:10:33 2017 -0300| [86dee47e397fe6bb0907adae8d4a54138a947646] | committer: James Almer avformat/movenc: allow st3d and sv3d mov atoms to be written in strict unofficial mode They are unofficial extensions to the format for the time being, no

[FFmpeg-cvslog] avformat/movenc: restrict st3d and sv3d mov atoms to MODE_MP4

2017-03-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 27 17:09:45 2017 -0300| [a715e5a276c03e0a3a47531d382106ec3390c756] | committer: James Almer avformat/movenc: restrict st3d and sv3d mov atoms to MODE_MP4 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a715e5a276c03e0a3a47531d382106ec3

[FFmpeg-cvslog] doc/ffprobe: add -show_log option

2017-03-27 Thread Dave Rice
ffmpeg | branch: master | Dave Rice | Tue Mar 14 13:11:14 2017 -0400| [3e0474ff39707ddbfb2361ad06c1acb45770183f] | committer: Michael Niedermayer doc/ffprobe: add -show_log option Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e0474ff39707ddbf

[FFmpeg-cvslog] ffprobe.xsd: add frame log data

2017-03-27 Thread Dave Rice
ffmpeg | branch: master | Dave Rice | Tue Mar 14 12:59:43 2017 -0400| [52d9442a557e8137f261ba19defb08583f59d572] | committer: Michael Niedermayer ffprobe.xsd: add frame log data Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=52d9442a557e8137f26

[FFmpeg-cvslog] ffprobe: Support adding av_log output to frames

2017-03-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue May 31 21:23:27 2016 +0200| [bcd7153df382d0ff81453bc4044a954058c92841] | committer: Michael Niedermayer ffprobe: Support adding av_log output to frames adding demuxer and other logs should be easy This forces single threaded decoding for simp

[FFmpeg-cvslog] ffprobe: free log buffer's parent_name during cleanup

2017-03-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 27 20:37:29 2017 -0300| [b613245c9715c34358522737bf0cf6a4f9392ca3] | committer: James Almer ffprobe: free log buffer's parent_name during cleanup Fixes memleak. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b613245c9715c34358522737b

[FFmpeg-cvslog] avcodec/extract_extradata_bsf: add missing break statement to extract_extradata_vc1

2017-03-27 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 28 01:14:17 2017 -0300| [3fe7bb2bcf1963c3a7bc0f955ffb77cc3184d8f6] | committer: James Almer avcodec/extract_extradata_bsf: add missing break statement to extract_extradata_vc1 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3fe7bb2bcf