diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-15 22:30:26 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-17 19:31:49 +0200 |
commit | 6001dad6e2eb654fba9bf3d6bda6a3734253cbc6 (patch) | |
tree | 3ca9b6cf56fb99279c423ba4f976eb9923f72b26 /libavcodec/dxva2.h | |
parent | 4c64c8e95a02b1d69aabb400fa73cba7ef8f41f7 (diff) | |
download | ffmpeg-6001dad6e2eb654fba9bf3d6bda6a3734253cbc6.tar.gz |
Replace more FFmpeg references by Libav.
Diffstat (limited to 'libavcodec/dxva2.h')
-rw-r--r-- | libavcodec/dxva2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dxva2.h b/libavcodec/dxva2.h index 6f08a84044..5db5d0bc9f 100644 --- a/libavcodec/dxva2.h +++ b/libavcodec/dxva2.h @@ -60,7 +60,7 @@ struct dxva_context { uint64_t workaround; /** - * Private to the FFmpeg AVHWAccel implementation + * Private to the Libav AVHWAccel implementation */ unsigned report_id; }; |