OSDN Git Service

lavfi: move definition of avfilter_copy_buf_props() from buffer.c to avcodec.c
authorStefano Sabatini <stefasab@gmail.com>
Sun, 10 Jun 2012 15:42:47 +0000 (17:42 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Wed, 13 Jun 2012 08:51:33 +0000 (10:51 +0200)
commit465a72b4b4ad1366b47436506a1352ee0c0ef232
tree3cec248b0c3315e3fc8ee9e17b9766ef00f51262
parent134815a030fb0439e7caafe3a88f196b7837a609
lavfi: move definition of avfilter_copy_buf_props() from buffer.c to avcodec.c

avcodec.c is where it is defined the lavc/lavfi interface code, so seems
a more adequate location (and doesn't force the inclusion of
libavcodec/avcodec.h where it is not required).
libavfilter/avcodec.c
libavfilter/buffer.c