From 4da71f18f68877b57806308b7d79ffbb5f076272 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 29 Nov 2010 16:04:45 +0000 Subject: rtpdec: Remove useless NULL initializations when using designated initializers Originally committed as revision 25844 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpdec_qt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/rtpdec_qt.c') diff --git a/libavformat/rtpdec_qt.c b/libavformat/rtpdec_qt.c index 4d8437e947..5cca076079 100644 --- a/libavformat/rtpdec_qt.c +++ b/libavformat/rtpdec_qt.c @@ -243,7 +243,6 @@ RTPDynamicProtocolHandler ff_ ## m ## _rtp_ ## n ## _handler = { \ .enc_name = s, \ .codec_type = t, \ .codec_id = CODEC_ID_NONE, \ - .parse_sdp_a_line = NULL, \ .open = qt_rtp_new, \ .close = qt_rtp_free, \ .parse_packet = qt_rtp_parse_packet, \ -- cgit v1.2.3