[FFmpeg-cvslog] r20841 - trunk/libavformat/raw.c
michael
subversion
Sun Dec 13 23:12:20 CET 2009
Author: michael
Date: Sun Dec 13 23:12:20 2009
New Revision: 20841
Log:
Add CODEC_ID_DNXHD into the 25 fps case.
Merged from ffmbc.
Modified:
trunk/libavformat/raw.c
Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c Sun Dec 13 22:07:47 2009 (r20840)
+++ trunk/libavformat/raw.c Sun Dec 13 23:12:20 2009 (r20841)
@@ -282,6 +282,7 @@ static int video_read_header(AVFormatCon
} else if ( st->codec->codec_id == CODEC_ID_MJPEG ||
st->codec->codec_id == CODEC_ID_MPEG4 ||
st->codec->codec_id == CODEC_ID_DIRAC ||
+ st->codec->codec_id == CODEC_ID_DNXHD ||
st->codec->codec_id == CODEC_ID_H264) {
st->codec->time_base= (AVRational){1,25};
}
More information about the ffmpeg-cvslog
mailing list