Browse Source

Use correct header for struct AVLFG.

Originally committed as revision 18066 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun 16 years ago
parent
commit
e814a59fee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/elbg.h

+ 1
- 1
libavcodec/elbg.h View File

@@ -21,7 +21,7 @@
#ifndef AVCODEC_ELBG_H
#define AVCODEC_ELBG_H

#include "libavutil/random.h"
#include "libavutil/lfg.h"

/**
* Implementation of the Enhanced LBG Algorithm


Loading…
Cancel
Save