mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com)
Originally committed as revision 4501 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6870a440ce
commit
ae38261ee8
3 changed files with 9 additions and 0 deletions
3
ffmpeg.c
3
ffmpeg.c
|
|
@ -3116,6 +3116,8 @@ static void opt_input_file(const char *filename)
|
|||
break;
|
||||
case CODEC_TYPE_SUBTITLE:
|
||||
break;
|
||||
case CODEC_TYPE_UNKNOWN:
|
||||
break;
|
||||
default:
|
||||
av_abort();
|
||||
}
|
||||
|
|
@ -3163,6 +3165,7 @@ static void check_audio_video_inputs(int *has_video_ptr, int *has_audio_ptr)
|
|||
has_video = 1;
|
||||
break;
|
||||
case CODEC_TYPE_DATA:
|
||||
case CODEC_TYPE_UNKNOWN:
|
||||
case CODEC_TYPE_SUBTITLE:
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue