diff options
Diffstat (limited to 'src/lib/ffmpeg-1.2/avformat.pas')
-rw-r--r-- | src/lib/ffmpeg-1.2/avformat.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-1.2/avformat.pas b/src/lib/ffmpeg-1.2/avformat.pas index 1a4453be..408fe0ef 100644 --- a/src/lib/ffmpeg-1.2/avformat.pas +++ b/src/lib/ffmpeg-1.2/avformat.pas @@ -1138,7 +1138,7 @@ type * iformat/oformat.flags. In such a case, the (de)muxer will handle * I/O in some other way and this field will be NULL. *) - pb: PAVIOContext; + pb: PAVIOContext; (* stream info *) ctx_flags: cint; (**< Format-specific flags, see AVFMTCTX_xx *) |