lavc: remove obsolete and disabled avpriv functions

This commit is contained in:
Anton Khirnov
2014-08-06 20:02:11 +00:00
parent 24c788f487
commit 9325d88eba
6 changed files with 0 additions and 45 deletions

View File

@@ -236,11 +236,3 @@ void avpriv_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *
skip_bits_long(&gb, 64); /* md5 sum */
skip_bits_long(&gb, 64); /* md5 sum */
}
#if LIBAVCODEC_VERSION_MAJOR < 56
void avpriv_flac_parse_block_header(const uint8_t *block_header,
int *last, int *type, int *size)
{
flac_parse_block_header(block_header, last, type, size);
}
#endif