mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
add an enum for need_parsing
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -190,7 +190,7 @@ static int img_read_header(AVFormatContext *s1, AVFormatParameters *ap)
|
||||
s->is_pipe = 0;
|
||||
else{
|
||||
s->is_pipe = 1;
|
||||
st->need_parsing= 1;
|
||||
st->need_parsing = AVSTREAM_PARSE_FULL;
|
||||
}
|
||||
|
||||
if (!ap->time_base.num) {
|
||||
|
||||
Reference in New Issue
Block a user