]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_xiph.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / rtpdec_xiph.c
index ae10c783045f23d8cfdb1d2ce9955f0a37a5bb0f..773f4aa3914e36921402b360c75ec88d69456505 100644 (file)
@@ -242,7 +242,7 @@ static int get_base128(const uint8_t ** buf, const uint8_t * buf_end)
 /**
  * Based off parse_packed_headers in Vorbis RTP
  */
-static unsigned int
+static int
 parse_packed_headers(const uint8_t * packed_headers,
                      const uint8_t * packed_headers_end,
                      AVCodecContext * codec, PayloadContext * xiph_data)