mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
Remove final semicolon from some macros
This avoids double semicolons after macro expansion. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -246,7 +246,7 @@ RTPDynamicProtocolHandler ff_ ## m ## _rtp_ ## n ## _handler = { \
|
||||
.open = qt_rtp_new, \
|
||||
.close = qt_rtp_free, \
|
||||
.parse_packet = qt_rtp_parse_packet, \
|
||||
};
|
||||
}
|
||||
|
||||
RTP_QT_HANDLER(qt, vid, "X-QT", AVMEDIA_TYPE_VIDEO);
|
||||
RTP_QT_HANDLER(qt, aud, "X-QT", AVMEDIA_TYPE_AUDIO);
|
||||
|
||||
Reference in New Issue
Block a user