Fix wrong use of "an" in some comments.

This commit is contained in:
Thilo Borgmann
2013-08-11 21:21:53 +02:00
committed by Michael Niedermayer
parent 98fd8a7848
commit f18ccb529f
10 changed files with 10 additions and 10 deletions

View File

@@ -747,7 +747,7 @@ static int get_buffer_internal(AVCodecContext *avctx, AVFrame *frame, int flags)
#if FF_API_GET_BUFFER
FF_DISABLE_DEPRECATION_WARNINGS
/*
* Wrap an old get_buffer()-allocated buffer in an bunch of AVBuffers.
* Wrap an old get_buffer()-allocated buffer in a bunch of AVBuffers.
* We wrap each plane in its own AVBuffer. Each of those has a reference to
* a dummy AVBuffer as its private data, unreffing it on free.
* When all the planes are freed, the dummy buffer's free callback calls