]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/id3v2.h
Make rtp_write_header() fail in case of unsupported payload type
[ffmpeg] / libavformat / id3v2.h
index f54e29054b74676047cb6a642ec22e55eb4c7653..6d62f11f3be8a2ecb7c29de39994343d24a7a2ca 100644 (file)
  */
 int ff_id3v2_match(const uint8_t *buf);
 
+/**
+ * Gets the length of an ID3v2 tag.
+ * @buf must be ID3v2_HEADER_SIZE bytes long and point to the start of an
+ * already detected ID3v2 tag
+ */
+int ff_id3v2_tag_len(const uint8_t *buf);
+
 #endif /* AVFORMAT_ID3V2_H */