Browse Source

doc: fix a couple of typos in frame.h

tags/n2.3
Vittorio Giovara 11 years ago
parent
commit
a18ef7a76c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/frame.h

+ 1
- 1
libavutil/frame.h View File

@@ -428,7 +428,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.
* Set up a new reference to the data described by the source 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.


Loading…
Cancel
Save