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:
parent
5089884e3c
commit
7de9c0e9d7
2 changed files with 4 additions and 3 deletions
|
|
@ -20,6 +20,7 @@
|
|||
*/
|
||||
|
||||
#include "libavutil/channel_layout.h"
|
||||
#include "libavcodec/bytestream.h"
|
||||
#include "libavcodec/flac.h"
|
||||
#include "avformat.h"
|
||||
#include "demux.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue