mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avformat/rtpdec_dv: fix bundled audio typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f848a66009
commit
7a459be8e7
@ -68,7 +68,7 @@ static av_cold int dv_sdp_parse_fmtp_config(AVFormatContext *s,
|
||||
char *attr, char *value)
|
||||
{
|
||||
/* does the DV stream include audio? */
|
||||
if (!strcmp(attr, "audio") && !strcmp(value, "audio"))
|
||||
if (!strcmp(attr, "audio") && !strcmp(value, "bundled"))
|
||||
dv_data->bundled_audio = 1;
|
||||
|
||||
/* extract the DV profile */
|
||||
|
Loading…
Reference in New Issue
Block a user