Browse Source

avformat/rtpdec_dv: fix bundled audio typo

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.6
Thomas Volkert Michael Niedermayer 11 years ago
parent
commit
7a459be8e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/rtpdec_dv.c

+ 1
- 1
libavformat/rtpdec_dv.c View File

@@ -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…
Cancel
Save