[FFmpeg-devel] [PATCH v2 4/8] ffmpeg: remove sub-frame warning
wm4
nfxjfg at googlemail.com
Wed Mar 23 18:06:37 CET 2016
On Wed, 23 Mar 2016 17:51:11 +0100
Michael Niedermayer <michael at niedermayer.cc> wrote:
> On Wed, Mar 23, 2016 at 02:02:11PM +0100, wm4 wrote:
> > It's not practical to keep this with the new decode API.
> > ---
> > ffmpeg.c | 7 -------
> > ffmpeg.h | 1 -
> > 2 files changed, 8 deletions(-)
>
> its not practical in ffmpeg.c but libavcodec should be able to easily
> check that a decoder which doesnt declare AV_CODEC_CAP_SUBFRAMES
> doesnt decode "subframes"
> Can you move this check into libavcodec ?
> i think otherwise nothing would be checking for missing
> AV_CODEC_CAP_SUBFRAMES anymore
>
What's the point of this check?
More information about the ffmpeg-devel
mailing list