Browse Source

better check for video track detection

Originally committed as revision 10807 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 18 years ago
parent
commit
ab89dbd43e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/electronicarts.c

+ 1
- 1
libavformat/electronicarts.c View File

@@ -245,7 +245,7 @@ static int ea_read_header(AVFormatContext *s,
if (!process_ea_header(s))
return AVERROR(EIO);

if (ea->time_base.num && ea->time_base.den) {
if (ea->video_codec) {
/* initialize the video decoder stream */
st = av_new_stream(s, 0);
if (!st)


Loading…
Cancel
Save