projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rawdec: don't set codec timebase.
[libav.git]
/
libavformat
/
rawdec.c
diff --git
a/libavformat/rawdec.c
b/libavformat/rawdec.c
index
81dd8b4
..
589cdd5
100644
(file)
--- a/
libavformat/rawdec.c
+++ b/
libavformat/rawdec.c
@@
-159,7
+159,7
@@
int ff_raw_video_read_header(AVFormatContext *s,
goto fail;
}
- st->
codec->time_base = (AVRational){framerate.den, framerate.num}
;
+ st->
r_frame_rate = st->avg_frame_rate = framerate
;
avpriv_set_pts_info(st, 64, 1, 1200000);
fail: