diff options
author | Elvis Presley <elvis@e.p> | 2011-09-15 05:50:44 +0200 |
---|---|---|
committer | Elvis Presley <elvis@e.p> | 2011-09-15 15:58:56 +0200 |
commit | 5554de13b29b9bb812ee5cfd606349873ddf0945 (patch) | |
tree | c23bbd0e2d658dd70d118261326be9c53b63127f /libavformat | |
parent | d55b06b8e725b9ef362137486221fa1e90c012c0 (diff) | |
download | ffmpeg-5554de13b29b9bb812ee5cfd606349873ddf0945.tar.gz |
ProRes Decoder
Signed-off-by: Elvis Presley <elvis@e.p>
Diffstat (limited to 'libavformat')
-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 916624e20d..49d79e1eef 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -896,6 +896,7 @@ static int is_intra_only(AVCodecContext *enc){ case CODEC_ID_VCR1: case CODEC_ID_DNXHD: case CODEC_ID_JPEG2000: + case CODEC_ID_PRORES: return 1; default: break; } |