MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / remap_deprecated_codec_id

Function remap_deprecated_codec_id

libavcodec/allcodecs.c:1011–1018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011static enum AVCodecID remap_deprecated_codec_id(enum AVCodecID id)
1012{
1013 switch(id){
1014 //This is for future deprecatec codec ids, its empty since
1015 //last major bump but will fill up again over time, please don't remove it
1016 default : return id;
1017 }
1018}
1019
1020static const AVCodec *find_codec(enum AVCodecID id, int (*x)(const AVCodec *))
1021{

Callers 1

find_codecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected