OSDN Git Service

rtpdec: Rename the free method to close
authorMartin Storsjö <martin@martin.st>
Tue, 24 Feb 2015 15:01:48 +0000 (17:01 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 24 Feb 2015 21:07:50 +0000 (23:07 +0200)
commitd594dbecce5f3af7f80bbf5bb1b516d740b69ccd
tree8e30acd43b8d945d23f224ba5d165c59a1155380
parent8e32b1f0963d01d4f5d4803eb721f162e0d58d9a
rtpdec: Rename the free method to close

Many of these functions were named foo_free_context, and since
the functions no longer should free the context itself, only
allocated elements within it, the previous naming was slightly
misleading.

Signed-off-by: Martin Storsjö <martin@martin.st>
18 files changed:
libavformat/rdt.c
libavformat/rtpdec.h
libavformat/rtpdec_ac3.c
libavformat/rtpdec_asf.c
libavformat/rtpdec_dv.c
libavformat/rtpdec_h261.c
libavformat/rtpdec_h263_rfc2190.c
libavformat/rtpdec_h264.c
libavformat/rtpdec_jpeg.c
libavformat/rtpdec_latm.c
libavformat/rtpdec_mpa_robust.c
libavformat/rtpdec_mpeg4.c
libavformat/rtpdec_mpegts.c
libavformat/rtpdec_qt.c
libavformat/rtpdec_svq3.c
libavformat/rtpdec_vp8.c
libavformat/rtpdec_xiph.c
libavformat/rtsp.c