summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_dv.c
diff options
context:
space:
mode:
authorThomas Volkert <thomas@homer-conferencing.com>2015-02-21 22:36:18 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-21 22:36:18 +0100
commit7a459be8e7551cd1a00a7f4e9f28a9d3ec1fa337 (patch)
tree2335ae15e0ea8194d2a00605ecafd53ca40bbc4c /libavformat/rtpdec_dv.c
parentf848a66009f25e32ee5e1244a20060a34c777be0 (diff)
downloadffmpeg-7a459be8e7551cd1a00a7f4e9f28a9d3ec1fa337.tar.gz
avformat/rtpdec_dv: fix bundled audio typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtpdec_dv.c')
-rw-r--r--libavformat/rtpdec_dv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec_dv.c b/libavformat/rtpdec_dv.c
index b88daf1113..94ac3d6308 100644
--- a/libavformat/rtpdec_dv.c
+++ b/libavformat/rtpdec_dv.c
@@ -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 */