Commit 7a459be8 authored by Thomas Volkert's avatar Thomas Volkert Committed by Michael Niedermayer

avformat/rtpdec_dv: fix bundled audio typo

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f848a660
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment