Browse Source

ffv1enc: include correct header

Encoder needs put_bits.h, not get_bits.h

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.2
Paul B Mahol 12 years ago
parent
commit
be38aaba4a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ffv1enc.c

+ 1
- 1
libavcodec/ffv1enc.c View File

@@ -33,7 +33,7 @@
#include "libavutil/timer.h"
#include "avcodec.h"
#include "internal.h"
#include "get_bits.h"
#include "put_bits.h"
#include "dsputil.h"
#include "rangecoder.h"
#include "golomb.h"


Loading…
Cancel
Save