lavf: rename enc variable in utils.c:has_codec_parameters()
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 16 Jul 2011 21:08:29 +0000 (23:08 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 17 Jul 2011 04:58:53 +0000 (06:58 +0200)
commit25dfda7f318c570990aab5f699b9cb3e22bcd4c6
treeaba6b101f865416dd8fd9bc26621d707447e6ba5
parentdfc2c4d900e48fa788ad9364ac408c01cfb62b94
lavf: rename enc variable in utils.c:has_codec_parameters()

Rename it to "avctx", the old name was confusing as the function is
used also with decoder contexts.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavformat/utils.c