[FFmpeg-cvslog] vda: cosmetic.
Sebastien Zwickert
git at videolan.org
Sun Jan 8 20:30:30 CET 2012
ffmpeg | branch: master | Sebastien Zwickert <dilaroga at free.fr> | Sun Jan 8 20:22:12 2012 +0100| [186980bf0f5e890295b6dc6b939084e3ebcf0dde] | committer: Sebastien Zwickert
vda: cosmetic.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=186980bf0f5e890295b6dc6b939084e3ebcf0dde
---
libavcodec/vda.h | 9 ++++-----
libavcodec/vda_internal.h | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/libavcodec/vda.h b/libavcodec/vda.h
index 7d043c7..6e9de9c 100644
--- a/libavcodec/vda.h
+++ b/libavcodec/vda.h
@@ -61,7 +61,6 @@ typedef struct {
* - decoding: Set/Unset by libavcodec.
*/
struct vda_frame *next_frame;
-
} vda_frame;
/**
@@ -152,18 +151,18 @@ struct vda_context {
int ref_size;
};
-/** Creates the video decoder. */
+/** Create the video decoder. */
int ff_vda_create_decoder(struct vda_context *vda_ctx,
uint8_t *extradata,
int extradata_size);
-/** Destroys the video decoder. */
+/** Destroy the video decoder. */
int ff_vda_destroy_decoder(struct vda_context *vda_ctx);
-/** Returns the top frame of the queue. */
+/** Return the top frame of the queue. */
vda_frame *ff_vda_queue_pop(struct vda_context *vda_ctx);
-/** Releases the given frame. */
+/** Release the given frame. */
void ff_vda_release_vda_frame(vda_frame *frame);
#endif /* AVCODEC_VDA_H */
diff --git a/libavcodec/vda_internal.h b/libavcodec/vda_internal.h
index 02c13df..df7305b 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,
More information about the ffmpeg-cvslog
mailing list