Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-02 15:14:15 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-08-03 18:28:18 +0400
commit44bd69e9b9db4adbf76512d4d7769cf019179fa3 (patch)
tree80cdb2f0cf83fe978e2cb3b914ec88f5bb5d0855 /libavcodec/internal.h
parentb99381e8b5355bdf26a9f03064a7a7e4fe1415e8 (diff)
lavc/utils: rename ff_init_buffer_info() pic parameter to frame
The new name is more expressive, given that the frame is not necessarily a picture but may be an audio frame.
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 993c42f089..272aea9487 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -122,7 +122,7 @@ unsigned int avpriv_toupper4(unsigned int x);
/**
* does needed setup of pkt_pts/pos and such for (re)get_buffer();
*/
-void ff_init_buffer_info(AVCodecContext *s, AVFrame *pic);
+void ff_init_buffer_info(AVCodecContext *s, AVFrame *frame);
/**
* Remove and free all side data from packet.