~phsilva/movie2dng/trunk

« back to all changes in this revision

Viewing changes to src/movie.h

  • Committer: lucos
  • Date: 2014-09-22 16:33:41 UTC
  • Revision ID: svn-v4:46015a06-04f4-4860-9c33-90e0f15d9639:tools/Movie2DNG:356
fix libav

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <string>
24
24
using std::string;
25
25
 
 
26
#define CALC_FFMPEG_VERSION(a,b,c) ( a<<16 | b<<8 | c )
 
27
 
26
28
extern "C" {
27
29
#include <libavformat/avformat.h>
28
30
}