summaryrefslogtreecommitdiff
path: root/libavformat/rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtp.c')
-rw-r--r--libavformat/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtp.c b/libavformat/rtp.c
index 439fd6d3f8..67ab41da0f 100644
--- a/libavformat/rtp.c
+++ b/libavformat/rtp.c
@@ -469,7 +469,7 @@ RTPDemuxContext *rtp_parse_open(AVFormatContext *s1, AVStream *st, URLContext *r
case CODEC_ID_MP3:
case CODEC_ID_MPEG4:
case CODEC_ID_H264:
- st->need_parsing = 1;
+ st->need_parsing = AVSTREAM_PARSE_FULL;
break;
default:
break;