diff options
author | Sebastien Zwickert <dilaroga@free.fr> | 2012-01-08 20:22:12 +0100 |
---|---|---|
committer | Sebastien Zwickert <dilaroga@free.fr> | 2012-01-08 20:22:12 +0100 |
commit | 186980bf0f5e890295b6dc6b939084e3ebcf0dde (patch) | |
tree | a9ff896b5c56026f0420521473e1684bfdc62e85 /libavcodec/vda_internal.h | |
parent | e953b8b7be7358b6dea51ebbc7cbf75d6c5cf786 (diff) | |
download | ffmpeg-186980bf0f5e890295b6dc6b939084e3ebcf0dde.tar.gz |
vda: cosmetic.
Diffstat (limited to 'libavcodec/vda_internal.h')
-rw-r--r-- | libavcodec/vda_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vda_internal.h b/libavcodec/vda_internal.h index 02c13df721..df7305bfe6 100644 --- a/libavcodec/vda_internal.h +++ b/libavcodec/vda_internal.h @@ -31,7 +31,7 @@ * @{ */ -/** Send a frame data to the hardware decoder. */ +/** Send frame data to the hardware decoder. */ int ff_vda_decoder_decode(struct vda_context *vda_ctx, uint8_t *bitstream, int bitstream_size, |