diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ffmpeg-2.1/avutil.pas | 4 | ||||
-rw-r--r-- | src/lib/ffmpeg-2.1/libavutil/opt.pas | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ffmpeg-2.1/avutil.pas b/src/lib/ffmpeg-2.1/avutil.pas index 5ce5141b..fa8e74d6 100644 --- a/src/lib/ffmpeg-2.1/avutil.pas +++ b/src/lib/ffmpeg-2.1/avutil.pas @@ -227,10 +227,10 @@ function av_int_list_length({const} list: pointer; term: cuint64): cuint; {$INCLUDE libavutil/pixfmt.pas} -{$INCLUDE libavutil/opt.pas} - {$INCLUDE libavutil/samplefmt.pas} +{$INCLUDE libavutil/opt.pas} + {$INCLUDE libavutil/buffer.pas} {$INCLUDE libavutil/frame.pas} diff --git a/src/lib/ffmpeg-2.1/libavutil/opt.pas b/src/lib/ffmpeg-2.1/libavutil/opt.pas index 8fb80b79..3783431d 100644 --- a/src/lib/ffmpeg-2.1/libavutil/opt.pas +++ b/src/lib/ffmpeg-2.1/libavutil/opt.pas @@ -399,7 +399,7 @@ function av_opt_set_image_size(obj: pointer; name: {const} PAnsiChar; w, h, cdecl; external av__util; function av_opt_set_pixel_fmt (obj: pointer; name: {const} PAnsiChar; fmt: TAVPixelFormat; search_flags: cint): cint; cdecl; external av__util; -function av_opt_set_sample_fmt(obj: pointer; name: {const} PAnsiChar; fmt: TAVPixelFormat; search_flags: cint): cint; +function av_opt_set_sample_fmt(obj: pointer; name: {const} PAnsiChar; fmt: TAVSampleFormat; search_flags: cint): cint; cdecl; external av__util; function av_opt_set_video_rate(obj: pointer; name: {const} PAnsiChar; val: TAVRational; search_flags: cint): cint; cdecl; external av__util; |