avcodec/flac: Don't use bytestream API unnecessarily

It makes no sense here, as flac_parse_block_header()
is not even supposed to advance the caller's pointer.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2022-08-28 17:21:03 +02:00
parent 5089884e3c
commit 7de9c0e9d7
2 changed files with 4 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
*/
#include "libavutil/channel_layout.h"
#include "libavcodec/bytestream.h"
#include "libavcodec/flac.h"
#include "avformat.h"
#include "demux.h"