Commit e1624c57 authored by stefano's avatar stefano

Do not use full include path for get_bits.h, since the header is in

the same directory.
Consistent with r16260.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18496 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d47b466c
......@@ -22,7 +22,7 @@
#include <inttypes.h>
#include "libavutil/intreadwrite.h"
#include "libavcodec/get_bits.h"
#include "get_bits.h"
typedef struct AVComponentDescriptor{
uint16_t plane :2; ///< which of the 4 planes contains the component
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment