Commit 4dcb2f74 authored by Thilo Borgmann's avatar Thilo Borgmann Committed by Michael Niedermayer

lavu: fix grammar in doxy for av_frame_ref.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 214293b1
...@@ -530,7 +530,7 @@ AVFrame *av_frame_alloc(void); ...@@ -530,7 +530,7 @@ AVFrame *av_frame_alloc(void);
void av_frame_free(AVFrame **frame); void av_frame_free(AVFrame **frame);
/** /**
* Setup a new reference to the data described by an given frame. * Setup a new reference to the data described by a given frame.
* *
* Copy frame properties from src to dst and create a new reference for each * Copy frame properties from src to dst and create a new reference for each
* AVBufferRef from src. * AVBufferRef from src.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment