mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/qsv_internal: Fix project name
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
56b7aa2138
commit
048b6331e0
|
@ -40,7 +40,7 @@ typedef struct QSVFrame {
|
|||
} QSVFrame;
|
||||
|
||||
/**
|
||||
* Convert a libmfx error code into a libav error code.
|
||||
* Convert a libmfx error code into a ffmpeg error code.
|
||||
*/
|
||||
int ff_qsv_error(int mfx_err);
|
||||
|
||||
|
|
Loading…
Reference in New Issue