]> git.sesse.net Git - ffmpeg/commit
lavf: use the new bitstream filter for extracting extradata
authorAnton Khirnov <anton@khirnov.net>
Thu, 22 Sep 2016 13:24:34 +0000 (15:24 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 16 Oct 2016 18:27:30 +0000 (20:27 +0200)
commit8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4
tree9bad99ec03a48d9d04a7c8f35240e5f2694a3c30
parent89b35a139e838deeb32ec20d8d034c81014401d0
lavf: use the new bitstream filter for extracting extradata

This also fixes a minor bug introduced in the codecpar conversion, where
the termination condition for extracting the extradata does not match
the actual extradata setting code. As a result, the packet durations
made up by lavf go back to their values before the codecpar conversion.
That is of little consequence since that code should eventually be
dropped completely.
libavformat/internal.h
libavformat/utils.c
tests/ref/fate/iv8-demux
tests/ref/fate/wtv-demux