diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-23 16:39:03 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-23 19:12:23 +0200 |
commit | 43fb279f5643225799841f512d2dad4690186165 (patch) | |
tree | 02d9da40c0a873700c1f64e4a16167bb316794cc /libavcodec/avcodec.h | |
parent | 6252040e773c30efa21c743124d5e813320a0ec2 (diff) | |
download | ffmpeg-43fb279f5643225799841f512d2dad4690186165.tar.gz |
Replace more FFmpeg instances by Libav or ffmpeg.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 14f00bb5d0..ec31f666d1 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -960,7 +960,7 @@ typedef struct AVPanScan{ int64_t reordered_opaque;\ \ /**\ - * hardware accelerator private data (FFmpeg allocated)\ + * hardware accelerator private data (Libav-allocated)\ * - encoding: unused\ * - decoding: Set by libavcodec\ */\ @@ -2633,8 +2633,8 @@ typedef struct AVCodecContext { * Hardware accelerator context. * For some hardware accelerators, a global context needs to be * provided by the user. In that case, this holds display-dependent - * data FFmpeg cannot instantiate itself. Please refer to the - * FFmpeg HW accelerator documentation to know how to fill this + * data Libav cannot instantiate itself. Please refer to the + * Libav HW accelerator documentation to know how to fill this * is. e.g. for VA API, this is a struct vaapi_context. * - encoding: unused * - decoding: Set by user |