diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-04-13 17:52:04 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-04-13 17:52:04 +0800 |
commit | 60455dce12a1933dc1e5e0a6da8eb688e1155e6f (patch) | |
tree | f2832797e9d18e1fdd4d1711682614d1c409128e /multimedia/libx264 | |
parent | 539aa1fa0dd4841db883a2108af9a0b47b68079e (diff) | |
download | freebsd-ports-gnome-60455dce12a1933dc1e5e0a6da8eb688e1155e6f.tar.gz freebsd-ports-gnome-60455dce12a1933dc1e5e0a6da8eb688e1155e6f.tar.zst freebsd-ports-gnome-60455dce12a1933dc1e5e0a6da8eb688e1155e6f.zip |
multimedia/libx264: drop unused pkg-descr
$ make -V DESCR
/usr/ports/multimedia/libx264/../x264/pkg-descr
Approved by: portmgr blanket
Diffstat (limited to 'multimedia/libx264')
-rw-r--r-- | multimedia/libx264/pkg-descr | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/libx264/pkg-descr b/multimedia/libx264/pkg-descr deleted file mode 100644 index ebadb26dcee2..000000000000 --- a/multimedia/libx264/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -x264 is a free library for encoding H.264/AVC (aka MPEG-4 Part 10) -video streams. - -Encoder features - * CAVLC/CABAC - * Multi-references - * Intra: all modes (4x4 and 16x16 with all predictions) - * Inter P: all partitions (from 16x16 down to 4x4) - * Inter B: partitions from 16x16 down to 8x8 (including SKIP/DIRECT) - * Ratecontrol: constant quantizer, constant bitrate, or multipass ABR - * Scene cut detection - -WWW: http://www.videolan.org/x264.html |