summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-09-09 02:49:49 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-09-09 02:50:20 +0200
commit2c1ec575960abd74c7eeda0ece2a1736c4818d1f (patch)
treeb4838ca18de7a8757b800d94345be6ba32659e13
parenta7c0373ea396e5bd75f000510e35a419008538bd (diff)
avformat/mpegvideo_enc: Move sponsorship notice to its own comment block
Suggested-by: BBB Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--libavcodec/mpegvideo_enc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c
index 04be96759b..b04fa39bc7 100644
--- a/libavcodec/mpegvideo_enc.c
+++ b/libavcodec/mpegvideo_enc.c
@@ -20,7 +20,9 @@
* You should have received a copy of the GNU Lesser General Public
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
+ */
+
+/*
* non linear quantizers with large QPs and VBV with restrictive qmin fixes sponsored by NOA GmbH
*/