mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-31 23:59:34 +00:00
Do not use full include path for get_bits.h, since the header is in
the same directory. Consistent with r16260. Originally committed as revision 18496 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
437f884da6
commit
084c7cc54a
@ -22,7 +22,7 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include "libavutil/intreadwrite.h"
|
#include "libavutil/intreadwrite.h"
|
||||||
#include "libavcodec/get_bits.h"
|
#include "get_bits.h"
|
||||||
|
|
||||||
typedef struct AVComponentDescriptor{
|
typedef struct AVComponentDescriptor{
|
||||||
uint16_t plane :2; ///< which of the 4 planes contains the component
|
uint16_t plane :2; ///< which of the 4 planes contains the component
|
||||||
|
Loading…
Reference in New Issue
Block a user