~ubuntu-branches/ubuntu/lucid/ffmpeg/lucid-updates

« back to all changes in this revision

Viewing changes to libpostproc/postprocess_internal.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-03-13 09:18:28 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090313091828-n4ktby5eca487uhv
Tags: 3:0.svn20090303-1ubuntu1+unstripped1
merge from ubuntu.jaunty branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * internal api header.
24
24
 */
25
25
 
26
 
#ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H
27
 
#define POSTPROCESS_POSTPROCESS_INTERNAL_H
 
26
#ifndef POSTPROC_POSTPROCESS_INTERNAL_H
 
27
#define POSTPROC_POSTPROCESS_INTERNAL_H
28
28
 
29
29
#include <string.h>
30
30
#include "libavutil/avutil.h"
175
175
    }
176
176
}
177
177
 
178
 
#endif /* POSTPROCESS_POSTPROCESS_INTERNAL_H */
 
178
#endif /* POSTPROC_POSTPROCESS_INTERNAL_H */