Opened 13 years ago

Closed 11 years ago

#243 closed enhancement (fixed)

Flag to tell if a codec supports interframe encoding

Reported by: jlstrecker Owned by:
Priority: normal Component: avcodec
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Be able to tell to tell if a codec (AVCodec or AVCodecContext) supports interframe encoding.

Change History (2)

comment:1 by Michael Niedermayer, 12 years ago

Status: newopen

Considering the time this is open with noone implementing it. Do you know C and still want it ? a patch that adds a CODEC_CAP flag along similarly named flags is surely welcome ...

comment:2 by Carl Eugen Hoyos, 11 years ago

Component: undeterminedavcodec
Resolution: fixed
Status: openclosed

$ ffmpeg -codecs
now shows which codecs only support intraframe encoding. All other codecs (also) support interframe encoding.
Please reopen if you think this does not solve the ticket.

Note: See TracTickets for help on using tickets.