diff options
author | Tomas Härdin <tjoppen@acc.umu.se> | 2017-08-08 15:28:06 +0200 |
---|---|---|
committer | Tomas Härdin <tjoppen@acc.umu.se> | 2018-02-24 17:06:31 +0100 |
commit | 5655048c73f7c737f44f63e0c0d2b60abe4b9d2b (patch) | |
tree | 647b012ede59e1e6daa9f896035bb9f3a35de290 /libavformat/utils.c | |
parent | f958f431eced497f42220d8f9890506215742512 (diff) | |
download | ffmpeg-5655048c73f7c737f44f63e0c0d2b60abe4b9d2b.tar.gz |
Add muxer/demuxer for raw codec2 and .c2 files
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index 28ea071409..2c2ea876b6 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -933,6 +933,7 @@ static int determinable_frame_size(AVCodecContext *avctx) case AV_CODEC_ID_MP1: case AV_CODEC_ID_MP2: case AV_CODEC_ID_MP3: + case AV_CODEC_ID_CODEC2: return 1; } |